#!/usr/bin/env python3
import os
tmp = os.popen("ls").read()
print(tmp)